home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Openstep 4.2 (Developer)
/
Openstep Developer 4.2.iso
/
NextDeveloper
/
Examples
/
AppKit
/
Yap
/
YapDocument.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-01-19
|
235 b
|
15 lines
#import <AppKit/AppKit.h>
#import "Document.h"
@class YapOutput;
@interface YapDocument : Document {
YapOutput *outputView;
}
- (void)setOutputView:(YapOutput *)view;
- (YapOutput *)outputView;
- (void)execute:(id)sender;
@end